home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
newsgroups
/
misc.20030409-20031118
/
000027_nucemfromorbit@yahoo.com_Wed Apr 30 15:23:53 EDT 2003.msg
< prev
next >
Wrap
Text File
|
2020-01-01
|
2KB
|
53 lines
Article: 14243 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: nucemfromorbit@yahoo.com (Rick)
Newsgroups: comp.protocols.kermit.misc
Subject: SSL_connect:error in 3RSH_A SSLv3 read server hello A
Date: 30 Apr 2003 12:14:18 -0700
Organization: http://groups.google.com/
Lines: 35
Message-ID: <8ba3a1cf.0304301114.461c38b3@posting.google.com>
NNTP-Posting-Host: 63.80.54.82
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1051730059 20555 127.0.0.1 (30 Apr 2003 19:14:19 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 30 Apr 2003 19:14:19 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14243
What seems to be the problem with my trying to connect?
I am using CKermit 8.0.209 with OpenSSL 0.9.7 on HPUX 11.00
The server is WS_FTP.
I issue the following commands:
>set ftp auth ssl
>set ftp debug
>set auth ssl debug
>ftp open www3.xxxxx.net 21 /user:test /password:test
I get the following:
Connected to www3.xxxxx.net.
220 necho5 X2 WS_FTP Server 3.1.4 (1437008836)
---> AUTH SSL
234 SSL enabled and waiting for negotiation
SSL accepted as authentication type
SSL_handshake:UNKWN before/connect initialization
SSL_connect:UNKWN before/connect initialization
SSL_connect:3WCH_A SSLv3 write client hello A
SSL_write_alert
SSL_connect:error in 3RSH_A SSLv3 read server hello A
Connected to www3.necho.net.
220 necho5 X2 WS_FTP Server 3.1.4 (1437009492)
---> USER test
530 Non SSL connections forbidden
[/home/ghostdev/] C-Kermit>
[/home/ghostdev/] C-Kermit>Login failed
---> QUIT
-Rick